home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / os2 / mlrxshl.zip / README.SHL < prev    next >
Text File  |  1996-02-22  |  4KB  |  105 lines

  1. /* readme  - this is the readme file of the MlRxShl package  960222 */
  2.  
  3. MlRxShl provides tools which improve the command-line environment.  But
  4. it's NOT another cmd.exe replacement.
  5.  
  6. The following text describes how to install this package, and what
  7. features it provides.
  8.  
  9. This package contains the following files:
  10.  
  11.    cdir.cmd       -- puts some colors in your directory listings.
  12.    cmdshl.cmd     -- the command shell front end.
  13.    df.cmd         -- an Unix-like DF command.
  14.    file_id.diz    -- a short description used by BBS.
  15.    fl.cmd         -- a filelist-like file manager.
  16.    fl.hlp         -- the fl.cmd online help.
  17.    history.shl    -- CMDSHL's changelog.
  18.    less.cmd       -- a better more.
  19.    mlrxshl.inf    -- the complete documentation.
  20.    popd.cmd       -- a 'pop dir' command.
  21.    profile.fl     -- a FL profile sample.
  22.    profile.shl    -- a CMDSHL profile sample.
  23.    profile1.shl   -- a commented version of PROFILE.SHL.
  24.    pushd.cmd      -- a 'push dir' command.
  25.    query.cmd      -- extracts various informations from %ETC%\connect.log
  26.    readme.shl     -- this file!
  27.    rexxvio.dll    -- the text-mode interface for REXX.
  28.  
  29.  
  30. INSTALLATION:
  31. =============
  32.  
  33.    Put the *.cmd files somewhere along your PATH, fl.hlp somewhere
  34.    along your DPATH.  If you like them, you can also put profile.*
  35.    somewhere along your DPATH, too.
  36.  
  37.    Put rexxvio.dll somewhere along your LIBPATH.
  38.  
  39.    That's all!
  40.  
  41. FEATURES:
  42. =========
  43.  
  44.    The three provided tools are completely independent.
  45.  
  46.  less.cmd
  47.  --------
  48.  
  49.    Less is (yet another) better more.  This one can act as a filter or
  50.    as a command, allows horizontal and vertical scrolling, can locate
  51.    specific text strings, ..., and, most of all, has a much faster
  52.    display speed than more.exe.
  53.  
  54.    And less.cmd is so small (less than 2Kb :-)...
  55.  
  56.  fl.cmd
  57.  ------
  58.  
  59.    Fl is yet another character-mode file manager.  It mimics the
  60.    features of FILELIST.
  61.  
  62.  CmdShl
  63.  ------
  64.  
  65.    CmdShl is a command interpreter front-end.  It provides improved
  66.    editing commands, alias, filename completion, ...
  67.  
  68.    It can use cmd.exe, 4os2.exe or any other command interpreter which
  69.    provides a Rexx environment.
  70.  
  71. KNOWN BUGS/PROBLEMS:
  72. ====================
  73.  
  74.    CMD.EXE has a strange Ctrl-break management.  If you hit Ctrl-C or
  75.    Ctrl-break during the execution of an internal command, cmdshl will
  76.    be ended, too.  And I don't know how to catch it...
  77.  
  78.    Another trouble with CMD.EXE and REXX:  When you close a window which
  79.    contains a running rexx program, this program will be ended, BUT the
  80.    window will NOT be closed.  This is annoying especially while
  81.    shutdowning.  ***> THIS BEHAVIOR NO LONGER OCCURS WITH WARP! <***
  82.  
  83.    [A workaround of this behavior is to start cmdshell in it's own
  84.     window, by issuing a 'start cmdshl.cmd', or by creating a program
  85.     object which contains cmdshell.cmd as the Path/Filename.  Doing this
  86.     removes the second bug, but, alas, if you interrupt a cmd.exe
  87.     internal command, your window will be closed... :( ]
  88.  
  89. ORIGINAL FILE_ID.DIZ:
  90. =====================
  91.  
  92.    MLRXSHL provides tools which improve the
  93.    command-line environment.  It contains
  94.    CmdShl, a command interpreter front-end
  95.    (with aliases, filename completion, "live"
  96.    command checking, etc.), Fl, a filelist-like
  97.    text-mode file manager, Less, a better more,
  98.    and some other useful tools.
  99.    [FREEWARE, w/ source code.  960223 release.]
  100.    Author: Martin Lafaix (lafaix@ibm.net)
  101.  
  102. --
  103. Martin Lafaix
  104. lafaix@ibm.net
  105.